From: Debian X Strike Force Date: Fri, 20 Sep 2024 18:57:00 +0000 (+0300) Subject: src_glx_dri_common.h X-Git-Tag: archive/raspbian/25.0.7-2+rpi1^2^2^2^2^2^2^2^2^2^2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=53b3f5a44b031a2694cb71756427690cb152a54b;p=mesa.git src_glx_dri_common.h Gbp-Pq: Name src_glx_dri_common.h.diff --- diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index adb2aaf2d..5b31e6aaa 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -57,6 +57,10 @@ extern struct glx_config *driConvertConfigs(const __DRIcoreExtension * core, extern void driDestroyConfigs(const __DRIconfig **configs); +#ifndef __GLXDRIdrawable +typedef struct __GLXDRIdrawableRec __GLXDRIdrawable; +#endif + extern __GLXDRIdrawable * driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);